@@ -102,7 +102,7 @@ gem 'geokit-rails', '~> 2.0.1' |
||
| 102 | 102 |
gem 'httparty', '~> 0.13' |
| 103 | 103 |
gem 'httmultiparty', '~> 0.3.16' |
| 104 | 104 |
gem 'jquery-rails', '~> 3.1.3' |
| 105 |
-gem 'huginn_agent' |
|
| 105 |
+gem 'huginn_agent', git: 'https://github.com/dsander/huginn_agent', branch: 'feature/agents_in_gems' |
|
| 106 | 106 |
gem 'json', '~> 1.8.1' |
| 107 | 107 |
gem 'jsonpath', '~> 0.5.6' |
| 108 | 108 |
gem 'kaminari', '~> 0.16.1' |
@@ -58,6 +58,13 @@ GIT |
||
| 58 | 58 |
omniauth (~> 1.0) |
| 59 | 59 |
omniauth-oauth2 (~> 1.1) |
| 60 | 60 |
|
| 61 |
+GIT |
|
| 62 |
+ remote: https://github.com/dsander/huginn_agent |
|
| 63 |
+ revision: 4b72d075fe98ad1b079d195e6a8f1897c0119815 |
|
| 64 |
+ branch: feature/agents_in_gems |
|
| 65 |
+ specs: |
|
| 66 |
+ huginn_agent (0.2) |
|
| 67 |
+ |
|
| 61 | 68 |
PATH |
| 62 | 69 |
remote: vendor/gems/dotenv-2.0.1 |
| 63 | 70 |
specs: |
@@ -281,7 +288,6 @@ GEM |
||
| 281 | 288 |
httparty (0.13.7) |
| 282 | 289 |
json (~> 1.8) |
| 283 | 290 |
multi_xml (>= 0.5.2) |
| 284 |
- huginn_agent (0.1) |
|
| 285 | 291 |
hypdf (1.0.10) |
| 286 | 292 |
httmultiparty (~> 0.3) |
| 287 | 293 |
httparty (~> 0.13) |
@@ -630,7 +636,7 @@ DEPENDENCIES |
||
| 630 | 636 |
hipchat (~> 1.2.0) |
| 631 | 637 |
httmultiparty (~> 0.3.16) |
| 632 | 638 |
httparty (~> 0.13) |
| 633 |
- huginn_agent |
|
| 639 |
+ huginn_agent! |
|
| 634 | 640 |
hypdf (~> 1.0.10) |
| 635 | 641 |
jquery-rails (~> 3.1.3) |
| 636 | 642 |
json (~> 1.8.1) |